Skip to content

Fix roxygen2 8.0.0 link-resolution warnings#73

Open
schloerke wants to merge 1 commit into
r-lib:mainfrom
schloerke:schloerke/fix-roxygen2-warnings
Open

Fix roxygen2 8.0.0 link-resolution warnings#73
schloerke wants to merge 1 commit into
r-lib:mainfrom
schloerke:schloerke/fix-roxygen2-warnings

Conversation

@schloerke

Copy link
Copy Markdown

Summary

Updated documentation with the latest roxygen2 (8.0.0) via devtools::document(), which surfaced 14 new "Could not resolve link to topic" warnings. These were all markdown links (e.g. [steps], [reduce_steps()], [iter_adapt()]) pointing at internal helper functions documented with @noRd, so no Rd topic exists for roxygen2 to link to. Replaced these links with plain code spans in R/iterator-adapt.R, R/step-builder.R, R/step-reduce.R, and R/step.R. DESCRIPTION and man/coro-package.Rd were regenerated as a side effect of running the newer roxygen2/devtools (adds Config/roxygen2/version and expands the authors list in the package Rd).

Verification

Ran devtools::document() before and after: previously produced 14 warnings, now completes with zero warnings.

Several @nord functions (steps, reduce_steps, along_builder, iter_adapt,
etc.) were referenced via markdown links, which roxygen2 8.0.0 now flags
since no Rd topic exists for unexported/undocumented functions. Convert
these to plain code spans instead of links.
@schloerke schloerke marked this pull request as ready for review July 2, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant